home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PGetPrintOptionsPS.h ------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 4:49 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PGetPrintOptionsPS__
- #define __PGetPrintOptionsPS__
-
- #include "PMTypes.h"
-
- class PGetPrintOptionsPS
- {
-
- public:
-
- PGetPrintOptionsPS();
-
- short cGraphics;
- PMBool bMarks;
- PMBool bPageInfo;
- PMBool bSendData;
- short bDownload;
- short bSymbol;
- PMBool bErrHandler;
- short cToDisk;
- PMBool bExtraBleed;
- short bComm;
- };
-
- #endif
-
- // end of PGetPrintOptionsPS.h
-